home *** CD-ROM | disk | FTP | other *** search
/ Le Grandi Epoche Storiche 1: L'Antico Egitto / Le Grandi Epoche Storiche - Egitto.iso / pc / Flash / Pic.swf / scripts / DefineButton2_28 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2001-01-24  |  125b  |  8 lines

  1. on(release){
  2.    pos_main = eval("controller3/:pos5");
  3.    tellTarget("/controller3")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8.